|
26 | 26 | "@babel/highlight" "^7.8.3"
|
27 | 27 |
|
28 | 28 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
|
29 |
| - version "7.9.0" |
30 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
31 |
| - integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
| 29 | + version "7.9.6" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
| 31 | + integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
32 | 32 | dependencies:
|
33 | 33 | "@babel/code-frame" "^7.8.3"
|
34 |
| - "@babel/generator" "^7.9.0" |
| 34 | + "@babel/generator" "^7.9.6" |
35 | 35 | "@babel/helper-module-transforms" "^7.9.0"
|
36 |
| - "@babel/helpers" "^7.9.0" |
37 |
| - "@babel/parser" "^7.9.0" |
| 36 | + "@babel/helpers" "^7.9.6" |
| 37 | + "@babel/parser" "^7.9.6" |
38 | 38 | "@babel/template" "^7.8.6"
|
39 |
| - "@babel/traverse" "^7.9.0" |
40 |
| - "@babel/types" "^7.9.0" |
| 39 | + "@babel/traverse" "^7.9.6" |
| 40 | + "@babel/types" "^7.9.6" |
41 | 41 | convert-source-map "^1.7.0"
|
42 | 42 | debug "^4.1.0"
|
43 | 43 | gensync "^1.0.0-beta.1"
|
|
47 | 47 | semver "^5.4.1"
|
48 | 48 | source-map "^0.5.0"
|
49 | 49 |
|
50 |
| -"@babel/generator@^7.5.0", "@babel/generator@^7.9.0", "@babel/generator@^7.9.5": |
51 |
| - version "7.9.5" |
52 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9" |
53 |
| - integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ== |
| 50 | +"@babel/generator@^7.5.0", "@babel/generator@^7.9.6": |
| 51 | + version "7.9.6" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
| 53 | + integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
54 | 54 | dependencies:
|
55 |
| - "@babel/types" "^7.9.5" |
| 55 | + "@babel/types" "^7.9.6" |
56 | 56 | jsesc "^2.5.1"
|
57 | 57 | lodash "^4.17.13"
|
58 | 58 | source-map "^0.5.0"
|
|
240 | 240 | "@babel/traverse" "^7.8.3"
|
241 | 241 | "@babel/types" "^7.8.3"
|
242 | 242 |
|
243 |
| -"@babel/helpers@^7.9.0": |
244 |
| - version "7.9.2" |
245 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
246 |
| - integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== |
| 243 | +"@babel/helpers@^7.9.6": |
| 244 | + version "7.9.6" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
| 246 | + integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
247 | 247 | dependencies:
|
248 | 248 | "@babel/template" "^7.8.3"
|
249 |
| - "@babel/traverse" "^7.9.0" |
250 |
| - "@babel/types" "^7.9.0" |
| 249 | + "@babel/traverse" "^7.9.6" |
| 250 | + "@babel/types" "^7.9.6" |
251 | 251 |
|
252 | 252 | "@babel/highlight@^7.8.3":
|
253 | 253 | version "7.9.0"
|
|
258 | 258 | chalk "^2.0.0"
|
259 | 259 | js-tokens "^4.0.0"
|
260 | 260 |
|
261 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
262 |
| - version "7.9.4" |
263 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
264 |
| - integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
| 261 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": |
| 262 | + version "7.9.6" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
| 264 | + integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
265 | 265 |
|
266 | 266 | "@babel/plugin-external-helpers@^7.0.0":
|
267 | 267 | version "7.8.3"
|
|
700 | 700 | "@babel/parser" "^7.8.6"
|
701 | 701 | "@babel/types" "^7.8.6"
|
702 | 702 |
|
703 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
704 |
| - version "7.9.5" |
705 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2" |
706 |
| - integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ== |
| 703 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6": |
| 704 | + version "7.9.6" |
| 705 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
| 706 | + integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
707 | 707 | dependencies:
|
708 | 708 | "@babel/code-frame" "^7.8.3"
|
709 |
| - "@babel/generator" "^7.9.5" |
| 709 | + "@babel/generator" "^7.9.6" |
710 | 710 | "@babel/helper-function-name" "^7.9.5"
|
711 | 711 | "@babel/helper-split-export-declaration" "^7.8.3"
|
712 |
| - "@babel/parser" "^7.9.0" |
713 |
| - "@babel/types" "^7.9.5" |
| 712 | + "@babel/parser" "^7.9.6" |
| 713 | + "@babel/types" "^7.9.6" |
714 | 714 | debug "^4.1.0"
|
715 | 715 | globals "^11.1.0"
|
716 | 716 | lodash "^4.17.13"
|
717 | 717 |
|
718 |
| -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5": |
719 |
| - version "7.9.5" |
720 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
721 |
| - integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
722 |
| - dependencies: |
723 |
| - "@babel/helper-validator-identifier" "^7.9.5" |
724 |
| - lodash "^4.17.13" |
725 |
| - to-fast-properties "^2.0.0" |
726 |
| - |
727 |
| -"@babel/types@^7.3.3": |
| 718 | +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@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": |
728 | 719 | version "7.9.6"
|
729 | 720 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
730 | 721 | integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
|
|
0 commit comments