|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.0.0"
|
11 | 11 |
|
12 |
| -"@babel/core@^7.1.6": |
13 |
| - version "7.1.6" |
14 |
| - resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" |
15 |
| - integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw== |
| 12 | +"@babel/code-frame@^7.5.5": |
| 13 | + version "7.5.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
| 15 | + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== |
16 | 16 | dependencies:
|
17 |
| - "@babel/code-frame" "^7.0.0" |
18 |
| - "@babel/generator" "^7.1.6" |
19 |
| - "@babel/helpers" "^7.1.5" |
20 |
| - "@babel/parser" "^7.1.6" |
21 |
| - "@babel/template" "^7.1.2" |
22 |
| - "@babel/traverse" "^7.1.6" |
23 |
| - "@babel/types" "^7.1.6" |
| 17 | + "@babel/highlight" "^7.0.0" |
| 18 | + |
| 19 | +"@babel/core@^7.6.0": |
| 20 | + version "7.6.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48" |
| 22 | + integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.5.5" |
| 25 | + "@babel/generator" "^7.6.0" |
| 26 | + "@babel/helpers" "^7.6.0" |
| 27 | + "@babel/parser" "^7.6.0" |
| 28 | + "@babel/template" "^7.6.0" |
| 29 | + "@babel/traverse" "^7.6.0" |
| 30 | + "@babel/types" "^7.6.0" |
24 | 31 | convert-source-map "^1.1.0"
|
25 | 32 | debug "^4.1.0"
|
26 | 33 | json5 "^2.1.0"
|
27 |
| - lodash "^4.17.10" |
| 34 | + lodash "^4.17.13" |
28 | 35 | resolve "^1.3.2"
|
29 | 36 | semver "^5.4.1"
|
30 | 37 | source-map "^0.5.0"
|
|
40 | 47 | source-map "^0.5.0"
|
41 | 48 | trim-right "^1.0.1"
|
42 | 49 |
|
| 50 | +"@babel/generator@^7.6.0": |
| 51 | + version "7.6.0" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56" |
| 53 | + integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA== |
| 54 | + dependencies: |
| 55 | + "@babel/types" "^7.6.0" |
| 56 | + jsesc "^2.5.1" |
| 57 | + lodash "^4.17.13" |
| 58 | + source-map "^0.5.0" |
| 59 | + trim-right "^1.0.1" |
| 60 | + |
43 | 61 | "@babel/helper-function-name@^7.1.0":
|
44 | 62 | version "7.1.0"
|
45 | 63 | resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
|
63 | 81 | dependencies:
|
64 | 82 | "@babel/types" "^7.0.0"
|
65 | 83 |
|
66 |
| -"@babel/helpers@^7.1.5": |
67 |
| - version "7.1.5" |
68 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996" |
69 |
| - integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg== |
| 84 | +"@babel/helper-split-export-declaration@^7.4.4": |
| 85 | + version "7.4.4" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" |
| 87 | + integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== |
| 88 | + dependencies: |
| 89 | + "@babel/types" "^7.4.4" |
| 90 | + |
| 91 | +"@babel/helpers@^7.6.0": |
| 92 | + version "7.6.0" |
| 93 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e" |
| 94 | + integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ== |
70 | 95 | dependencies:
|
71 |
| - "@babel/template" "^7.1.2" |
72 |
| - "@babel/traverse" "^7.1.5" |
73 |
| - "@babel/types" "^7.1.5" |
| 96 | + "@babel/template" "^7.6.0" |
| 97 | + "@babel/traverse" "^7.6.0" |
| 98 | + "@babel/types" "^7.6.0" |
74 | 99 |
|
75 | 100 | "@babel/highlight@^7.0.0":
|
76 | 101 | version "7.0.0"
|
|
86 | 111 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
|
87 | 112 | integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
|
88 | 113 |
|
| 114 | +"@babel/parser@^7.6.0": |
| 115 | + version "7.6.0" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
| 117 | + integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== |
| 118 | + |
89 | 119 | "@babel/runtime@^7.1.2":
|
90 | 120 | version "7.1.5"
|
91 | 121 | resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
|
92 | 122 | integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==
|
93 | 123 | dependencies:
|
94 | 124 | regenerator-runtime "^0.12.0"
|
95 | 125 |
|
96 |
| -"@babel/template@^7.1.0", "@babel/template@^7.1.2": |
| 126 | +"@babel/template@^7.1.0": |
97 | 127 | version "7.1.2"
|
98 | 128 | resolved "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
|
99 | 129 | integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
|
|
102 | 132 | "@babel/parser" "^7.1.2"
|
103 | 133 | "@babel/types" "^7.1.2"
|
104 | 134 |
|
105 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6": |
| 135 | +"@babel/template@^7.6.0": |
| 136 | + version "7.6.0" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
| 138 | + integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== |
| 139 | + dependencies: |
| 140 | + "@babel/code-frame" "^7.0.0" |
| 141 | + "@babel/parser" "^7.6.0" |
| 142 | + "@babel/types" "^7.6.0" |
| 143 | + |
| 144 | +"@babel/traverse@^7.0.0": |
106 | 145 | version "7.1.6"
|
107 | 146 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
|
108 | 147 | integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
|
|
117 | 156 | globals "^11.1.0"
|
118 | 157 | lodash "^4.17.10"
|
119 | 158 |
|
120 |
| -"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6": |
| 159 | +"@babel/traverse@^7.6.0": |
| 160 | + version "7.6.0" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
| 162 | + integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== |
| 163 | + dependencies: |
| 164 | + "@babel/code-frame" "^7.5.5" |
| 165 | + "@babel/generator" "^7.6.0" |
| 166 | + "@babel/helper-function-name" "^7.1.0" |
| 167 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 168 | + "@babel/parser" "^7.6.0" |
| 169 | + "@babel/types" "^7.6.0" |
| 170 | + debug "^4.1.0" |
| 171 | + globals "^11.1.0" |
| 172 | + lodash "^4.17.13" |
| 173 | + |
| 174 | +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6": |
121 | 175 | version "7.1.6"
|
122 | 176 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
|
123 | 177 | integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
|
|
126 | 180 | lodash "^4.17.10"
|
127 | 181 | to-fast-properties "^2.0.0"
|
128 | 182 |
|
| 183 | +"@babel/types@^7.4.4", "@babel/types@^7.6.0": |
| 184 | + version "7.6.1" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648" |
| 186 | + integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g== |
| 187 | + dependencies: |
| 188 | + esutils "^2.0.2" |
| 189 | + lodash "^4.17.13" |
| 190 | + to-fast-properties "^2.0.0" |
| 191 | + |
129 | 192 | abab@^2.0.0:
|
130 | 193 | version "2.0.0"
|
131 | 194 | resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
|
@@ -387,9 +450,9 @@ babel-core@^6.0.0, babel-core@^6.26.0:
|
387 | 450 | slash "^1.0.0"
|
388 | 451 | source-map "^0.5.7"
|
389 | 452 |
|
390 |
| -babel-core@^7.0.0-0: |
| 453 | +babel-core@^7.0.0-bridge.0: |
391 | 454 | version "7.0.0-bridge.0"
|
392 |
| - resolved "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
| 455 | + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
393 | 456 | integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
|
394 | 457 |
|
395 | 458 | babel-eslint@^10.0.1:
|
@@ -2821,6 +2884,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
|
2821 | 2884 | resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
2822 | 2885 | integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
|
2823 | 2886 |
|
| 2887 | +lodash@^4.17.13: |
| 2888 | + version "4.17.15" |
| 2889 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 2890 | + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
| 2891 | + |
2824 | 2892 | loose-envify@^1.0.0:
|
2825 | 2893 | version "1.4.0"
|
2826 | 2894 | resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
0 commit comments