|
532 | 532 | resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" |
533 | 533 | integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== |
534 | 534 |
|
| 535 | +"@types/babel-types@*", "@types/babel-types@^7.0.0": |
| 536 | + version "7.0.11" |
| 537 | + resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.11.tgz#263b113fa396fac4373188d73225297fb86f19a9" |
| 538 | + integrity sha512-pkPtJUUY+Vwv6B1inAz55rQvivClHJxc9aVEPPmaq2cbyeMLCiDpbKpcKyX4LAwpNGi+SHBv0tHv6+0gXv0P2A== |
| 539 | + |
535 | 540 | "@types/babel__core@^7.0.0": |
536 | 541 | version "7.1.18" |
537 | 542 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8" |
|
583 | 588 | dependencies: |
584 | 589 | "@babel/types" "^7.3.0" |
585 | 590 |
|
| 591 | +"@types/babylon@^6.16.2": |
| 592 | + version "6.16.6" |
| 593 | + resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.6.tgz#a1e7e01567b26a5ebad321a74d10299189d8d932" |
| 594 | + integrity sha512-G4yqdVlhr6YhzLXFKy5F7HtRBU8Y23+iWy7UKthMq/OSQnL1hbsoeXESQ2LY8zEDlknipDG3nRGhUC9tkwvy/w== |
| 595 | + dependencies: |
| 596 | + "@types/babel-types" "*" |
| 597 | + |
586 | 598 | "@types/bson@*": |
587 | 599 | version "1.0.4" |
588 | 600 | resolved "https://registry.yarnpkg.com/@types/bson/-/bson-1.0.4.tgz#94260b6b96fa459346959c9216799d8919e95d2b" |
@@ -746,7 +758,7 @@ acorn-walk@^7.1.1: |
746 | 758 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" |
747 | 759 | integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== |
748 | 760 |
|
749 | | -acorn@^3.1.0, acorn@~3.3.0: |
| 761 | +acorn@^3.1.0: |
750 | 762 | version "3.3.0" |
751 | 763 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" |
752 | 764 |
|
@@ -1109,6 +1121,29 @@ babel-preset-jest@^26.6.2: |
1109 | 1121 | babel-plugin-jest-hoist "^26.6.2" |
1110 | 1122 | babel-preset-current-node-syntax "^1.0.0" |
1111 | 1123 |
|
| 1124 | +babel-runtime@^6.26.0: |
| 1125 | + version "6.26.0" |
| 1126 | + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" |
| 1127 | + integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= |
| 1128 | + dependencies: |
| 1129 | + core-js "^2.4.0" |
| 1130 | + regenerator-runtime "^0.11.0" |
| 1131 | + |
| 1132 | +babel-types@^6.26.0: |
| 1133 | + version "6.26.0" |
| 1134 | + resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" |
| 1135 | + integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= |
| 1136 | + dependencies: |
| 1137 | + babel-runtime "^6.26.0" |
| 1138 | + esutils "^2.0.2" |
| 1139 | + lodash "^4.17.4" |
| 1140 | + to-fast-properties "^1.0.3" |
| 1141 | + |
| 1142 | +babylon@^6.18.0: |
| 1143 | + version "6.18.0" |
| 1144 | + resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" |
| 1145 | + integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== |
| 1146 | + |
1112 | 1147 | balanced-match@^1.0.0: |
1113 | 1148 | version "1.0.0" |
1114 | 1149 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" |
@@ -1714,11 +1749,14 @@ consolidate@^0.14.0: |
1714 | 1749 | bluebird "^3.1.1" |
1715 | 1750 |
|
1716 | 1751 | constantinople@^3.0.1: |
1717 | | - version "3.1.0" |
1718 | | - resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.0.tgz#7569caa8aa3f8d5935d62e1fa96f9f702cd81c79" |
| 1752 | + version "3.1.2" |
| 1753 | + resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647" |
| 1754 | + integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw== |
1719 | 1755 | dependencies: |
1720 | | - acorn "^3.1.0" |
1721 | | - is-expression "^2.0.1" |
| 1756 | + "@types/babel-types" "^7.0.0" |
| 1757 | + "@types/babylon" "^6.16.2" |
| 1758 | + babel-types "^6.26.0" |
| 1759 | + babylon "^6.18.0" |
1722 | 1760 |
|
1723 | 1761 | |
1724 | 1762 | version "0.5.2" |
@@ -1815,6 +1853,11 @@ copy-descriptor@^0.1.0: |
1815 | 1853 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" |
1816 | 1854 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= |
1817 | 1855 |
|
| 1856 | +core-js@^2.4.0: |
| 1857 | + version "2.6.12" |
| 1858 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" |
| 1859 | + integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== |
| 1860 | + |
1818 | 1861 | [email protected], core-util-is@^1.0.1, core-util-is@~1.0.0: |
1819 | 1862 | version "1.0.2" |
1820 | 1863 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" |
@@ -2366,8 +2409,9 @@ esutils@^1.1.6: |
2366 | 2409 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375" |
2367 | 2410 |
|
2368 | 2411 | esutils@^2.0.2: |
2369 | | - version "2.0.2" |
2370 | | - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" |
| 2412 | + version "2.0.3" |
| 2413 | + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
| 2414 | + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== |
2371 | 2415 |
|
2372 | 2416 | etag@~1.8.1: |
2373 | 2417 | version "1.8.1" |
@@ -3578,13 +3622,6 @@ is-equal-shallow@^0.1.3: |
3578 | 3622 | dependencies: |
3579 | 3623 | is-primitive "^2.0.0" |
3580 | 3624 |
|
3581 | | -is-expression@^2.0.1: |
3582 | | - version "2.1.0" |
3583 | | - resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-2.1.0.tgz#91be9d47debcfef077977e9722be6dcfb4465ef0" |
3584 | | - dependencies: |
3585 | | - acorn "~3.3.0" |
3586 | | - object-assign "^4.0.1" |
3587 | | - |
3588 | 3625 | is-expression@^3.0.0: |
3589 | 3626 | version "3.0.0" |
3590 | 3627 | resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f" |
|
4840 | 4877 | version "4.17.2" |
4841 | 4878 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42" |
4842 | 4879 |
|
4843 | | - |
| 4880 | +[email protected], lodash@^4.17.4, lodash@^4.7.0: |
4844 | 4881 | version "4.17.21" |
4845 | 4882 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
4846 | 4883 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
|
4849 | 4886 | version "3.10.1" |
4850 | 4887 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" |
4851 | 4888 |
|
4852 | | -lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0: |
| 4889 | +lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.1, lodash@^4.3.0: |
4853 | 4890 | version "4.17.4" |
4854 | 4891 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" |
4855 | 4892 |
|
@@ -6316,6 +6353,11 @@ redent@^1.0.0: |
6316 | 6353 | indent-string "^2.1.0" |
6317 | 6354 | strip-indent "^1.0.1" |
6318 | 6355 |
|
| 6356 | +regenerator-runtime@^0.11.0: |
| 6357 | + version "0.11.1" |
| 6358 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" |
| 6359 | + integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== |
| 6360 | + |
6319 | 6361 | regex-cache@^0.4.2: |
6320 | 6362 | version "0.4.4" |
6321 | 6363 | resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" |
|
7283 | 7325 | version "1.0.4" |
7284 | 7326 | resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" |
7285 | 7327 |
|
| 7328 | +to-fast-properties@^1.0.3: |
| 7329 | + version "1.0.3" |
| 7330 | + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" |
| 7331 | + integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= |
| 7332 | + |
7286 | 7333 | to-fast-properties@^2.0.0: |
7287 | 7334 | version "2.0.0" |
7288 | 7335 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
|
0 commit comments