|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 | 37 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
38 |
| - version "7.9.6" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
40 |
| - integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
| 38 | + version "7.10.0" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.0.tgz#a6fe5db77ebfb61e0da6c5c36aaf14aab07b2b44" |
| 40 | + integrity sha512-FGgV2XyPoVtYDvbFXlukEWt13Afka4mBRQ2CoTsHxpgVGO6XfgtT6eI+WyjQRGGTL90IDkIVmme8riFCLZ8lUw== |
41 | 41 | dependencies:
|
42 | 42 | "@babel/code-frame" "^7.8.3"
|
43 |
| - "@babel/generator" "^7.9.6" |
| 43 | + "@babel/generator" "^7.10.0" |
44 | 44 | "@babel/helper-module-transforms" "^7.9.0"
|
45 |
| - "@babel/helpers" "^7.9.6" |
46 |
| - "@babel/parser" "^7.9.6" |
47 |
| - "@babel/template" "^7.8.6" |
48 |
| - "@babel/traverse" "^7.9.6" |
49 |
| - "@babel/types" "^7.9.6" |
| 45 | + "@babel/helpers" "^7.10.0" |
| 46 | + "@babel/parser" "^7.10.0" |
| 47 | + "@babel/template" "^7.10.0" |
| 48 | + "@babel/traverse" "^7.10.0" |
| 49 | + "@babel/types" "^7.10.0" |
50 | 50 | convert-source-map "^1.7.0"
|
51 | 51 | debug "^4.1.0"
|
52 | 52 | gensync "^1.0.0-beta.1"
|
|
56 | 56 | semver "^5.4.1"
|
57 | 57 | source-map "^0.5.0"
|
58 | 58 |
|
59 |
| -"@babel/generator@^7.9.6": |
60 |
| - version "7.9.6" |
61 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
62 |
| - integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
| 59 | +"@babel/generator@^7.10.0": |
| 60 | + version "7.10.0" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.0.tgz#a238837896edf35ee5fbfb074548d3256b4bc55d" |
| 62 | + integrity sha512-ThoWCJHlgukbtCP79nAK4oLqZt5fVo70AHUni/y8Jotyg5rtJiG2FVl+iJjRNKIyl4hppqztLyAoEWcCvqyOFQ== |
63 | 63 | dependencies:
|
64 |
| - "@babel/types" "^7.9.6" |
| 64 | + "@babel/types" "^7.10.0" |
65 | 65 | jsesc "^2.5.1"
|
66 | 66 | lodash "^4.17.13"
|
67 | 67 | source-map "^0.5.0"
|
|
265 | 265 | "@babel/traverse" "^7.8.3"
|
266 | 266 | "@babel/types" "^7.8.3"
|
267 | 267 |
|
268 |
| -"@babel/helpers@^7.9.6": |
269 |
| - version "7.9.6" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
271 |
| - integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 268 | +"@babel/helpers@^7.10.0": |
| 269 | + version "7.10.0" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.0.tgz#634400a0977b8dcf7b311761a77ca94ed974b3b6" |
| 271 | + integrity sha512-lQtFJoDZAGf/t2PgR6Z59Q2MwjvOGGsxZ0BAlsrgyDhKuMbe63EfbQmVmcLfyTBj8J4UtiadQimcotvYVg/kVQ== |
272 | 272 | dependencies:
|
273 |
| - "@babel/template" "^7.8.3" |
274 |
| - "@babel/traverse" "^7.9.6" |
275 |
| - "@babel/types" "^7.9.6" |
| 273 | + "@babel/template" "^7.10.0" |
| 274 | + "@babel/traverse" "^7.10.0" |
| 275 | + "@babel/types" "^7.10.0" |
276 | 276 |
|
277 | 277 | "@babel/highlight@^7.8.3":
|
278 | 278 | version "7.8.3"
|
|
297 | 297 | resolve "^1.13.1"
|
298 | 298 | v8flags "^3.1.1"
|
299 | 299 |
|
300 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": |
301 |
| - version "7.9.6" |
302 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
303 |
| - integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
| 300 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.0", "@babel/parser@^7.7.5": |
| 301 | + version "7.10.0" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.0.tgz#8eca3e71a73dd562c5222376b08253436bb4995b" |
| 303 | + integrity sha512-fnDUl1Uy2gThM4IFVW4ISNHqr3cJrCsRkSCasFgx0XDO9JcttDS5ytyBc4Cu4X1+fjoo3IVvFbRD6TeFlHJlEQ== |
304 | 304 |
|
305 | 305 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
306 | 306 | version "7.8.3"
|
|
799 | 799 | dependencies:
|
800 | 800 | regenerator-runtime "^0.13.4"
|
801 | 801 |
|
802 |
| -"@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
803 |
| - version "7.8.6" |
804 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
805 |
| - integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
| 802 | +"@babel/template@^7.10.0", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
| 803 | + version "7.10.0" |
| 804 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.0.tgz#f15d852ce16cd5fb3e219097a75f662710b249b1" |
| 805 | + integrity sha512-aMLEQn5tcG49LEWrsEwxiRTdaJmvLem3+JMCMSeCy2TILau0IDVyWdm/18ACx7XOCady64FLt6KkHy28tkDQHQ== |
806 | 806 | dependencies:
|
807 | 807 | "@babel/code-frame" "^7.8.3"
|
808 |
| - "@babel/parser" "^7.8.6" |
809 |
| - "@babel/types" "^7.8.6" |
| 808 | + "@babel/parser" "^7.10.0" |
| 809 | + "@babel/types" "^7.10.0" |
810 | 810 |
|
811 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6": |
812 |
| - version "7.9.6" |
813 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
814 |
| - integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
| 811 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6": |
| 812 | + version "7.10.0" |
| 813 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.0.tgz#290935529881baf619398d94fd453838bef36740" |
| 814 | + integrity sha512-NZsFleMaLF1zX3NxbtXI/JCs2RPOdpGru6UBdGsfhdsDsP+kFF+h2QQJnMJglxk0kc69YmMFs4A44OJY0tKo5g== |
815 | 815 | dependencies:
|
816 | 816 | "@babel/code-frame" "^7.8.3"
|
817 |
| - "@babel/generator" "^7.9.6" |
| 817 | + "@babel/generator" "^7.10.0" |
818 | 818 | "@babel/helper-function-name" "^7.9.5"
|
819 | 819 | "@babel/helper-split-export-declaration" "^7.8.3"
|
820 |
| - "@babel/parser" "^7.9.6" |
821 |
| - "@babel/types" "^7.9.6" |
| 820 | + "@babel/parser" "^7.10.0" |
| 821 | + "@babel/types" "^7.10.0" |
822 | 822 | debug "^4.1.0"
|
823 | 823 | globals "^11.1.0"
|
824 | 824 | lodash "^4.17.13"
|
825 | 825 |
|
826 |
| -"@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": |
827 |
| - version "7.9.6" |
828 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
829 |
| - integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
| 826 | +"@babel/types@^7.0.0", "@babel/types@^7.10.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": |
| 827 | + version "7.10.0" |
| 828 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.0.tgz#d47d92249e42393a5723aad5319035ae411e3e38" |
| 829 | + integrity sha512-t41W8yWFyQFPOAAvPvjyRhejcLGnJTA3iRpFcDbEKwVJ3UnHQePFzLk8GagTsucJlImyNwrGikGsYURrWbQG8w== |
830 | 830 | dependencies:
|
831 | 831 | "@babel/helper-validator-identifier" "^7.9.5"
|
832 | 832 | lodash "^4.17.13"
|
|
0 commit comments