|
10 | 10 | "@babel/highlight" "^7.0.0"
|
11 | 11 |
|
12 | 12 | "@babel/core@^7.1.0", "@babel/core@^7.1.2", "@babel/core@^7.2.2", "@babel/core@^7.5.5":
|
13 |
| - version "7.5.5" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" |
15 |
| - integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== |
| 13 | + version "7.6.4" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff" |
| 15 | + integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ== |
16 | 16 | dependencies:
|
17 | 17 | "@babel/code-frame" "^7.5.5"
|
18 |
| - "@babel/generator" "^7.5.5" |
19 |
| - "@babel/helpers" "^7.5.5" |
20 |
| - "@babel/parser" "^7.5.5" |
21 |
| - "@babel/template" "^7.4.4" |
22 |
| - "@babel/traverse" "^7.5.5" |
23 |
| - "@babel/types" "^7.5.5" |
| 18 | + "@babel/generator" "^7.6.4" |
| 19 | + "@babel/helpers" "^7.6.2" |
| 20 | + "@babel/parser" "^7.6.4" |
| 21 | + "@babel/template" "^7.6.0" |
| 22 | + "@babel/traverse" "^7.6.3" |
| 23 | + "@babel/types" "^7.6.3" |
24 | 24 | convert-source-map "^1.1.0"
|
25 | 25 | debug "^4.1.0"
|
26 | 26 | json5 "^2.1.0"
|
|
29 | 29 | semver "^5.4.1"
|
30 | 30 | source-map "^0.5.0"
|
31 | 31 |
|
32 |
| -"@babel/generator@^7.1.3", "@babel/generator@^7.4.0", "@babel/generator@^7.5.5": |
33 |
| - version "7.5.5" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" |
35 |
| - integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== |
| 32 | +"@babel/generator@^7.1.3", "@babel/generator@^7.4.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4": |
| 33 | + version "7.6.4" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671" |
| 35 | + integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w== |
36 | 36 | dependencies:
|
37 |
| - "@babel/types" "^7.5.5" |
| 37 | + "@babel/types" "^7.6.3" |
38 | 38 | jsesc "^2.5.1"
|
39 | 39 | lodash "^4.17.13"
|
40 | 40 | source-map "^0.5.0"
|
41 |
| - trim-right "^1.0.1" |
42 | 41 |
|
43 | 42 | "@babel/helper-annotate-as-pure@^7.0.0":
|
44 | 43 | version "7.0.0"
|
|
215 | 214 | "@babel/traverse" "^7.1.0"
|
216 | 215 | "@babel/types" "^7.2.0"
|
217 | 216 |
|
218 |
| -"@babel/helpers@^7.5.5": |
219 |
| - version "7.5.5" |
220 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" |
221 |
| - integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== |
| 217 | +"@babel/helpers@^7.6.2": |
| 218 | + version "7.6.2" |
| 219 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153" |
| 220 | + integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA== |
222 | 221 | dependencies:
|
223 |
| - "@babel/template" "^7.4.4" |
224 |
| - "@babel/traverse" "^7.5.5" |
225 |
| - "@babel/types" "^7.5.5" |
| 222 | + "@babel/template" "^7.6.0" |
| 223 | + "@babel/traverse" "^7.6.2" |
| 224 | + "@babel/types" "^7.6.0" |
226 | 225 |
|
227 | 226 | "@babel/highlight@^7.0.0":
|
228 | 227 | version "7.5.0"
|
|
238 | 237 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
|
239 | 238 | integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==
|
240 | 239 |
|
241 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5": |
242 |
| - version "7.5.5" |
243 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" |
244 |
| - integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== |
| 240 | +"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4": |
| 241 | + version "7.6.4" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81" |
| 243 | + integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A== |
245 | 244 |
|
246 | 245 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
247 | 246 | version "7.2.0"
|
|
928 | 927 | dependencies:
|
929 | 928 | regenerator-runtime "^0.13.2"
|
930 | 929 |
|
931 |
| -"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4": |
932 |
| - version "7.4.4" |
933 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" |
934 |
| - integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== |
| 930 | +"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0": |
| 931 | + version "7.6.0" |
| 932 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
| 933 | + integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== |
935 | 934 | dependencies:
|
936 | 935 | "@babel/code-frame" "^7.0.0"
|
937 |
| - "@babel/parser" "^7.4.4" |
938 |
| - "@babel/types" "^7.4.4" |
| 936 | + "@babel/parser" "^7.6.0" |
| 937 | + "@babel/types" "^7.6.0" |
939 | 938 |
|
940 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5": |
941 |
| - version "7.5.5" |
942 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" |
943 |
| - integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== |
| 939 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3": |
| 940 | + version "7.6.3" |
| 941 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9" |
| 942 | + integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw== |
944 | 943 | dependencies:
|
945 | 944 | "@babel/code-frame" "^7.5.5"
|
946 |
| - "@babel/generator" "^7.5.5" |
| 945 | + "@babel/generator" "^7.6.3" |
947 | 946 | "@babel/helper-function-name" "^7.1.0"
|
948 | 947 | "@babel/helper-split-export-declaration" "^7.4.4"
|
949 |
| - "@babel/parser" "^7.5.5" |
950 |
| - "@babel/types" "^7.5.5" |
| 948 | + "@babel/parser" "^7.6.3" |
| 949 | + "@babel/types" "^7.6.3" |
951 | 950 | debug "^4.1.0"
|
952 | 951 | globals "^11.1.0"
|
953 | 952 | lodash "^4.17.13"
|
954 | 953 |
|
955 |
| -"@babel/types@^7.0.0", "@babel/types@^7.1.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": |
956 |
| - version "7.5.5" |
957 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
958 |
| - integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== |
| 954 | +"@babel/types@^7.0.0", "@babel/types@^7.1.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3": |
| 955 | + version "7.6.3" |
| 956 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" |
| 957 | + integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== |
959 | 958 | dependencies:
|
960 | 959 | esutils "^2.0.2"
|
961 | 960 | lodash "^4.17.13"
|
@@ -8651,11 +8650,6 @@ trim-newlines@^2.0.0:
|
8651 | 8650 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
|
8652 | 8651 | integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=
|
8653 | 8652 |
|
8654 |
| -trim-right@^1.0.1: |
8655 |
| - version "1.0.1" |
8656 |
| - resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" |
8657 |
| - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= |
8658 |
| - |
8659 | 8653 | trim-trailing-lines@^1.0.0:
|
8660 | 8654 | version "1.1.2"
|
8661 | 8655 | resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.2.tgz#d2f1e153161152e9f02fabc670fb40bec2ea2e3a"
|
|
0 commit comments