|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/cli@^7.8.0": |
6 | | - version "7.8.4" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c" |
8 | | - integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag== |
| 5 | +"@babel/cli@^7.9.0": |
| 6 | + version "7.10.5" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
| 8 | + integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
9 | 9 | dependencies: |
10 | 10 | commander "^4.0.1" |
11 | 11 | convert-source-map "^1.1.0" |
12 | 12 | fs-readdir-recursive "^1.1.0" |
13 | 13 | glob "^7.0.0" |
14 | | - lodash "^4.17.13" |
| 14 | + lodash "^4.17.19" |
15 | 15 | make-dir "^2.1.0" |
16 | 16 | slash "^2.0.0" |
17 | 17 | source-map "^0.5.0" |
|
148 | 148 | dependencies: |
149 | 149 | "@babel/types" "^7.8.3" |
150 | 150 |
|
151 | | -"@babel/helper-module-imports@^7.8.3": |
152 | | - version "7.8.3" |
153 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
154 | | - integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== |
| 151 | +"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3": |
| 152 | + version "7.10.4" |
| 153 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
| 154 | + integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
155 | 155 | dependencies: |
156 | | - "@babel/types" "^7.8.3" |
| 156 | + "@babel/types" "^7.10.4" |
157 | 157 |
|
158 | 158 | "@babel/helper-module-transforms@^7.9.0": |
159 | 159 | version "7.9.0" |
|
175 | 175 | dependencies: |
176 | 176 | "@babel/types" "^7.8.3" |
177 | 177 |
|
178 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
179 | | - version "7.8.3" |
180 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670" |
181 | | - integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== |
| 178 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 179 | + version "7.10.4" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
| 181 | + integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
182 | 182 |
|
183 | 183 | "@babel/helper-regex@^7.8.3": |
184 | 184 | version "7.8.3" |
|
223 | 223 | dependencies: |
224 | 224 | "@babel/types" "^7.8.3" |
225 | 225 |
|
226 | | -"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": |
227 | | - version "7.9.5" |
228 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
229 | | - integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 226 | +"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.9.0": |
| 227 | + version "7.10.4" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 229 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
230 | 230 |
|
231 | 231 | "@babel/helper-wrap-function@^7.8.3": |
232 | 232 | version "7.8.3" |
|
618 | 618 | dependencies: |
619 | 619 | "@babel/helper-plugin-utils" "^7.8.3" |
620 | 620 |
|
621 | | -"@babel/plugin-transform-runtime@^7.9.6": |
622 | | - version "7.9.6" |
623 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz#3ba804438ad0d880a17bca5eaa0cdf1edeedb2fd" |
624 | | - integrity sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w== |
| 621 | +"@babel/plugin-transform-runtime@^7.9.0": |
| 622 | + version "7.11.0" |
| 623 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf" |
| 624 | + integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== |
625 | 625 | dependencies: |
626 | | - "@babel/helper-module-imports" "^7.8.3" |
627 | | - "@babel/helper-plugin-utils" "^7.8.3" |
| 626 | + "@babel/helper-module-imports" "^7.10.4" |
| 627 | + "@babel/helper-plugin-utils" "^7.10.4" |
628 | 628 | resolve "^1.8.1" |
629 | 629 | semver "^5.5.1" |
630 | 630 |
|
|
750 | 750 | "@babel/types" "^7.4.4" |
751 | 751 | esutils "^2.0.2" |
752 | 752 |
|
753 | | -"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6": |
754 | | - version "7.9.6" |
755 | | - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f" |
756 | | - integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== |
| 753 | +"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.0": |
| 754 | + version "7.11.2" |
| 755 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
| 756 | + integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
757 | 757 | dependencies: |
758 | 758 | regenerator-runtime "^0.13.4" |
759 | 759 |
|
|
781 | 781 | globals "^11.1.0" |
782 | 782 | lodash "^4.17.13" |
783 | 783 |
|
784 | | -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@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", "@babel/types@^7.9.6": |
785 | | - version "7.9.6" |
786 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
787 | | - integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
| 784 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@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", "@babel/types@^7.9.6": |
| 785 | + version "7.11.0" |
| 786 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 787 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
788 | 788 | dependencies: |
789 | | - "@babel/helper-validator-identifier" "^7.9.5" |
790 | | - lodash "^4.17.13" |
| 789 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 790 | + lodash "^4.17.19" |
791 | 791 | to-fast-properties "^2.0.0" |
792 | 792 |
|
793 | 793 | "@bcoe/v8-coverage@^0.2.3": |
@@ -3426,7 +3426,7 @@ lodash.sortby@^4.7.0: |
3426 | 3426 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" |
3427 | 3427 | integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= |
3428 | 3428 |
|
3429 | | -lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15: |
| 3429 | +lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19: |
3430 | 3430 | version "4.17.19" |
3431 | 3431 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
3432 | 3432 | integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
|
0 commit comments