|
19 | 19 | optionalDependencies: |
20 | 20 | chokidar "^2.0.4" |
21 | 21 |
|
22 | | -"@babel/code-frame@7.0.0", "@babel/code-frame@^7.0.0": |
| 22 | +"@babel/code-frame@7.0.0": |
23 | 23 | version "7.0.0" |
24 | 24 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
25 | 25 | integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== |
26 | 26 | dependencies: |
27 | 27 | "@babel/highlight" "^7.0.0" |
28 | 28 |
|
| 29 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": |
| 30 | + version "7.5.5" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
| 32 | + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== |
| 33 | + dependencies: |
| 34 | + "@babel/highlight" "^7.0.0" |
| 35 | + |
29 | 36 | "@babel/core@7.4.3": |
30 | 37 | version "7.4.3" |
31 | 38 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f" |
|
67 | 74 | source-map "^0.5.0" |
68 | 75 |
|
69 | 76 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.3", "@babel/core@^7.4.4": |
70 | | - version "7.5.4" |
71 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" |
72 | | - integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== |
| 77 | + version "7.5.5" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" |
| 79 | + integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== |
73 | 80 | dependencies: |
74 | | - "@babel/code-frame" "^7.0.0" |
75 | | - "@babel/generator" "^7.5.0" |
76 | | - "@babel/helpers" "^7.5.4" |
77 | | - "@babel/parser" "^7.5.0" |
| 81 | + "@babel/code-frame" "^7.5.5" |
| 82 | + "@babel/generator" "^7.5.5" |
| 83 | + "@babel/helpers" "^7.5.5" |
| 84 | + "@babel/parser" "^7.5.5" |
78 | 85 | "@babel/template" "^7.4.4" |
79 | | - "@babel/traverse" "^7.5.0" |
80 | | - "@babel/types" "^7.5.0" |
| 86 | + "@babel/traverse" "^7.5.5" |
| 87 | + "@babel/types" "^7.5.5" |
81 | 88 | convert-source-map "^1.1.0" |
82 | 89 | debug "^4.1.0" |
83 | 90 | json5 "^2.1.0" |
84 | | - lodash "^4.17.11" |
| 91 | + lodash "^4.17.13" |
85 | 92 | resolve "^1.3.2" |
86 | 93 | semver "^5.4.1" |
87 | 94 | source-map "^0.5.0" |
88 | 95 |
|
89 | | -"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.5.0": |
90 | | - version "7.5.0" |
91 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a" |
92 | | - integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA== |
| 96 | +"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.5.5": |
| 97 | + version "7.5.5" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" |
| 99 | + integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== |
93 | 100 | dependencies: |
94 | | - "@babel/types" "^7.5.0" |
| 101 | + "@babel/types" "^7.5.5" |
95 | 102 | jsesc "^2.5.1" |
96 | | - lodash "^4.17.11" |
| 103 | + lodash "^4.17.13" |
97 | 104 | source-map "^0.5.0" |
98 | 105 | trim-right "^1.0.1" |
99 | 106 |
|
|
272 | 279 | "@babel/traverse" "^7.1.0" |
273 | 280 | "@babel/types" "^7.2.0" |
274 | 281 |
|
275 | | -"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.5.4": |
276 | | - version "7.5.4" |
277 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0" |
278 | | - integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow== |
| 282 | +"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.5.5": |
| 283 | + version "7.5.5" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" |
| 285 | + integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== |
279 | 286 | dependencies: |
280 | 287 | "@babel/template" "^7.4.4" |
281 | | - "@babel/traverse" "^7.5.0" |
282 | | - "@babel/types" "^7.5.0" |
| 288 | + "@babel/traverse" "^7.5.5" |
| 289 | + "@babel/types" "^7.5.5" |
283 | 290 |
|
284 | 291 | "@babel/highlight@^7.0.0": |
285 | 292 | version "7.0.0" |
|
290 | 297 | esutils "^2.0.2" |
291 | 298 | js-tokens "^4.0.0" |
292 | 299 |
|
293 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0": |
294 | | - version "7.5.0" |
295 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7" |
296 | | - integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA== |
| 300 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5": |
| 301 | + version "7.5.5" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" |
| 303 | + integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== |
297 | 304 |
|
298 | 305 | "@babel/plugin-external-helpers@^7.0.0": |
299 | 306 | version "7.2.0" |
|
1026 | 1033 | "@babel/parser" "^7.4.4" |
1027 | 1034 | "@babel/types" "^7.4.4" |
1028 | 1035 |
|
1029 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0": |
1030 | | - version "7.5.0" |
1031 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485" |
1032 | | - integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg== |
| 1036 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5": |
| 1037 | + version "7.5.5" |
| 1038 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" |
| 1039 | + integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== |
1033 | 1040 | dependencies: |
1034 | | - "@babel/code-frame" "^7.0.0" |
1035 | | - "@babel/generator" "^7.5.0" |
| 1041 | + "@babel/code-frame" "^7.5.5" |
| 1042 | + "@babel/generator" "^7.5.5" |
1036 | 1043 | "@babel/helper-function-name" "^7.1.0" |
1037 | 1044 | "@babel/helper-split-export-declaration" "^7.4.4" |
1038 | | - "@babel/parser" "^7.5.0" |
1039 | | - "@babel/types" "^7.5.0" |
| 1045 | + "@babel/parser" "^7.5.5" |
| 1046 | + "@babel/types" "^7.5.5" |
1040 | 1047 | debug "^4.1.0" |
1041 | 1048 | globals "^11.1.0" |
1042 | | - lodash "^4.17.11" |
| 1049 | + lodash "^4.17.13" |
1043 | 1050 |
|
1044 | | -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0": |
1045 | | - version "7.5.0" |
1046 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab" |
1047 | | - integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ== |
| 1051 | +"@babel/types@^7.0.0", "@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": |
| 1052 | + version "7.5.5" |
| 1053 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
| 1054 | + integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== |
1048 | 1055 | dependencies: |
1049 | 1056 | esutils "^2.0.2" |
1050 | | - lodash "^4.17.11" |
| 1057 | + lodash "^4.17.13" |
1051 | 1058 | to-fast-properties "^2.0.0" |
1052 | 1059 |
|
1053 | 1060 | "@cnakazawa/watch@^1.0.3": |
@@ -8197,7 +8204,7 @@ lodash.uniq@^4.5.0: |
8197 | 8204 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" |
8198 | 8205 | integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= |
8199 | 8206 |
|
8200 | | -lodash@4.17.14, "lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1: |
| 8207 | +lodash@4.17.14, "lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1: |
8201 | 8208 | version "4.17.14" |
8202 | 8209 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" |
8203 | 8210 | integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== |
|
0 commit comments