|
227 | 227 | "@babel/traverse" "^7.7.0"
|
228 | 228 | "@babel/types" "^7.7.0"
|
229 | 229 |
|
230 |
| -"@babel/helper-call-delegate@^7.8.7": |
231 |
| - version "7.8.7" |
232 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
233 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
234 |
| - dependencies: |
235 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
236 |
| - "@babel/traverse" "^7.8.3" |
237 |
| - "@babel/types" "^7.8.7" |
238 |
| - |
239 | 230 | "@babel/helper-compilation-targets@^7.8.7":
|
240 | 231 | version "7.8.7"
|
241 | 232 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
357 | 348 | "@babel/template" "^7.8.3"
|
358 | 349 | "@babel/types" "^7.8.3"
|
359 | 350 |
|
| 351 | +"@babel/helper-function-name@^7.9.5": |
| 352 | + version "7.9.5" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 354 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 355 | + dependencies: |
| 356 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 357 | + "@babel/template" "^7.8.3" |
| 358 | + "@babel/types" "^7.9.5" |
| 359 | + |
360 | 360 | "@babel/helper-get-function-arity@^7.0.0", "@babel/helper-get-function-arity@^7.7.0":
|
361 | 361 | version "7.7.0"
|
362 | 362 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
|
|
606 | 606 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
607 | 607 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
|
608 | 608 |
|
| 609 | +"@babel/helper-validator-identifier@^7.9.5": |
| 610 | + version "7.9.5" |
| 611 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 612 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 613 | + |
609 | 614 | "@babel/helper-wrap-function@^7.7.0":
|
610 | 615 | version "7.7.0"
|
611 | 616 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
|
|
783 | 788 | "@babel/helper-plugin-utils" "^7.0.0"
|
784 | 789 | "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
785 | 790 |
|
786 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
787 |
| - version "7.9.0" |
788 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
789 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 791 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 792 | + version "7.9.5" |
| 793 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 794 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
790 | 795 | dependencies:
|
791 | 796 | "@babel/helper-plugin-utils" "^7.8.3"
|
792 | 797 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 798 | + "@babel/plugin-transform-parameters" "^7.9.5" |
793 | 799 |
|
794 | 800 | "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
795 | 801 | version "7.2.0"
|
|
1062 | 1068 | "@babel/helper-split-export-declaration" "^7.7.0"
|
1063 | 1069 | globals "^11.1.0"
|
1064 | 1070 |
|
1065 |
| -"@babel/plugin-transform-classes@^7.9.0": |
1066 |
| - version "7.9.0" |
1067 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9" |
1068 |
| - integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A== |
| 1071 | +"@babel/plugin-transform-classes@^7.9.5": |
| 1072 | + version "7.9.5" |
| 1073 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 1074 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
1069 | 1075 | dependencies:
|
1070 | 1076 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
1071 | 1077 | "@babel/helper-define-map" "^7.8.3"
|
1072 |
| - "@babel/helper-function-name" "^7.8.3" |
| 1078 | + "@babel/helper-function-name" "^7.9.5" |
1073 | 1079 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
1074 | 1080 | "@babel/helper-plugin-utils" "^7.8.3"
|
1075 | 1081 | "@babel/helper-replace-supers" "^7.8.6"
|
|
1097 | 1103 | dependencies:
|
1098 | 1104 | "@babel/helper-plugin-utils" "^7.0.0"
|
1099 | 1105 |
|
1100 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
1101 |
| - version "7.8.3" |
1102 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
1103 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 1106 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 1107 | + version "7.9.5" |
| 1108 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 1109 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
1104 | 1110 | dependencies:
|
1105 | 1111 | "@babel/helper-plugin-utils" "^7.8.3"
|
1106 | 1112 |
|
|
1342 | 1348 | "@babel/helper-get-function-arity" "^7.0.0"
|
1343 | 1349 | "@babel/helper-plugin-utils" "^7.0.0"
|
1344 | 1350 |
|
1345 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
1346 |
| - version "7.8.7" |
1347 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
1348 |
| - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 1351 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 1352 | + version "7.9.5" |
| 1353 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 1354 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
1349 | 1355 | dependencies:
|
1350 |
| - "@babel/helper-call-delegate" "^7.8.7" |
1351 | 1356 | "@babel/helper-get-function-arity" "^7.8.3"
|
1352 | 1357 | "@babel/helper-plugin-utils" "^7.8.3"
|
1353 | 1358 |
|
|
1582 | 1587 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
1583 | 1588 | "@babel/helper-plugin-utils" "^7.8.3"
|
1584 | 1589 |
|
1585 |
| - |
1586 |
| - version "7.9.0" |
1587 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
1588 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 1590 | + |
| 1591 | + version "7.9.5" |
| 1592 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 1593 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
1589 | 1594 | dependencies:
|
1590 | 1595 | "@babel/compat-data" "^7.9.0"
|
1591 | 1596 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
1596 | 1601 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
1597 | 1602 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
1598 | 1603 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
1599 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 1604 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
1600 | 1605 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
1601 | 1606 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
1602 | 1607 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
1613 | 1618 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
1614 | 1619 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
1615 | 1620 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
1616 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 1621 | + "@babel/plugin-transform-classes" "^7.9.5" |
1617 | 1622 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
1618 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 1623 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
1619 | 1624 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
1620 | 1625 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
1621 | 1626 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
1630 | 1635 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
1631 | 1636 | "@babel/plugin-transform-new-target" "^7.8.3"
|
1632 | 1637 | "@babel/plugin-transform-object-super" "^7.8.3"
|
1633 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 1638 | + "@babel/plugin-transform-parameters" "^7.9.5" |
1634 | 1639 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
1635 | 1640 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
1636 | 1641 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
1641 | 1646 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
1642 | 1647 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
1643 | 1648 | "@babel/preset-modules" "^0.1.3"
|
1644 |
| - "@babel/types" "^7.9.0" |
| 1649 | + "@babel/types" "^7.9.5" |
1645 | 1650 | browserslist "^4.9.1"
|
1646 | 1651 | core-js-compat "^3.6.2"
|
1647 | 1652 | invariant "^2.2.2"
|
|
1953 | 1958 | lodash "^4.17.13"
|
1954 | 1959 | to-fast-properties "^2.0.0"
|
1955 | 1960 |
|
1956 |
| -"@babel/types@^7.8.7": |
1957 |
| - version "7.8.7" |
1958 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1959 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
1960 |
| - dependencies: |
1961 |
| - esutils "^2.0.2" |
1962 |
| - lodash "^4.17.13" |
1963 |
| - to-fast-properties "^2.0.0" |
1964 |
| - |
1965 | 1961 | "@babel/types@^7.9.0":
|
1966 | 1962 | version "7.9.0"
|
1967 | 1963 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
|
|
1971 | 1967 | lodash "^4.17.13"
|
1972 | 1968 | to-fast-properties "^2.0.0"
|
1973 | 1969 |
|
| 1970 | +"@babel/types@^7.9.5": |
| 1971 | + version "7.9.5" |
| 1972 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 1973 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
| 1974 | + dependencies: |
| 1975 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 1976 | + lodash "^4.17.13" |
| 1977 | + to-fast-properties "^2.0.0" |
| 1978 | + |
1974 | 1979 | "@bcoe/v8-coverage@^0.2.3":
|
1975 | 1980 | version "0.2.3"
|
1976 | 1981 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments