|
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== |
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" |
24 |
| - convert-source-map "^1.1.0" |
| 12 | +"@babel/code-frame@^7.8.3": |
| 13 | + version "7.8.3" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" |
| 15 | + integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.8.3" |
| 18 | + |
| 19 | +"@babel/core@^7.8.4": |
| 20 | + version "7.8.4" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e" |
| 22 | + integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.8.3" |
| 25 | + "@babel/generator" "^7.8.4" |
| 26 | + "@babel/helpers" "^7.8.4" |
| 27 | + "@babel/parser" "^7.8.4" |
| 28 | + "@babel/template" "^7.8.3" |
| 29 | + "@babel/traverse" "^7.8.4" |
| 30 | + "@babel/types" "^7.8.3" |
| 31 | + convert-source-map "^1.7.0" |
25 | 32 | debug "^4.1.0"
|
| 33 | + gensync "^1.0.0-beta.1" |
26 | 34 | json5 "^2.1.0"
|
27 |
| - lodash "^4.17.10" |
| 35 | + lodash "^4.17.13" |
28 | 36 | resolve "^1.3.2"
|
29 | 37 | semver "^5.4.1"
|
30 | 38 | source-map "^0.5.0"
|
|
40 | 48 | source-map "^0.5.0"
|
41 | 49 | trim-right "^1.0.1"
|
42 | 50 |
|
| 51 | +"@babel/generator@^7.8.4": |
| 52 | + version "7.8.4" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" |
| 54 | + integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA== |
| 55 | + dependencies: |
| 56 | + "@babel/types" "^7.8.3" |
| 57 | + jsesc "^2.5.1" |
| 58 | + lodash "^4.17.13" |
| 59 | + source-map "^0.5.0" |
| 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"
|
|
49 | 67 | "@babel/template" "^7.1.0"
|
50 | 68 | "@babel/types" "^7.0.0"
|
51 | 69 |
|
| 70 | +"@babel/helper-function-name@^7.8.3": |
| 71 | + version "7.8.3" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
| 73 | + integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA== |
| 74 | + dependencies: |
| 75 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 76 | + "@babel/template" "^7.8.3" |
| 77 | + "@babel/types" "^7.8.3" |
| 78 | + |
52 | 79 | "@babel/helper-get-function-arity@^7.0.0":
|
53 | 80 | version "7.0.0"
|
54 | 81 | resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
55 | 82 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
56 | 83 | dependencies:
|
57 | 84 | "@babel/types" "^7.0.0"
|
58 | 85 |
|
| 86 | +"@babel/helper-get-function-arity@^7.8.3": |
| 87 | + version "7.8.3" |
| 88 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
| 89 | + integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
| 90 | + dependencies: |
| 91 | + "@babel/types" "^7.8.3" |
| 92 | + |
59 | 93 | "@babel/helper-split-export-declaration@^7.0.0":
|
60 | 94 | version "7.0.0"
|
61 | 95 | resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
|
62 | 96 | integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
|
63 | 97 | dependencies:
|
64 | 98 | "@babel/types" "^7.0.0"
|
65 | 99 |
|
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== |
| 100 | +"@babel/helper-split-export-declaration@^7.8.3": |
| 101 | + version "7.8.3" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
| 103 | + integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
| 104 | + dependencies: |
| 105 | + "@babel/types" "^7.8.3" |
| 106 | + |
| 107 | +"@babel/helpers@^7.8.4": |
| 108 | + version "7.8.4" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73" |
| 110 | + integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w== |
70 | 111 | dependencies:
|
71 |
| - "@babel/template" "^7.1.2" |
72 |
| - "@babel/traverse" "^7.1.5" |
73 |
| - "@babel/types" "^7.1.5" |
| 112 | + "@babel/template" "^7.8.3" |
| 113 | + "@babel/traverse" "^7.8.4" |
| 114 | + "@babel/types" "^7.8.3" |
74 | 115 |
|
75 | 116 | "@babel/highlight@^7.0.0":
|
76 | 117 | version "7.0.0"
|
|
81 | 122 | esutils "^2.0.2"
|
82 | 123 | js-tokens "^4.0.0"
|
83 | 124 |
|
| 125 | +"@babel/highlight@^7.8.3": |
| 126 | + version "7.8.3" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" |
| 128 | + integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== |
| 129 | + dependencies: |
| 130 | + chalk "^2.0.0" |
| 131 | + esutils "^2.0.2" |
| 132 | + js-tokens "^4.0.0" |
| 133 | + |
84 | 134 | "@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.6":
|
85 | 135 | version "7.1.6"
|
86 | 136 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
|
87 | 137 | integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
|
88 | 138 |
|
| 139 | +"@babel/parser@^7.8.3", "@babel/parser@^7.8.4": |
| 140 | + version "7.8.4" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
| 142 | + integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== |
| 143 | + |
89 | 144 | "@babel/runtime@^7.1.2":
|
90 | 145 | version "7.1.5"
|
91 | 146 | resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
|
92 | 147 | integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==
|
93 | 148 | dependencies:
|
94 | 149 | regenerator-runtime "^0.12.0"
|
95 | 150 |
|
96 |
| -"@babel/template@^7.1.0", "@babel/template@^7.1.2": |
| 151 | +"@babel/template@^7.1.0": |
97 | 152 | version "7.1.2"
|
98 | 153 | resolved "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
|
99 | 154 | integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
|
|
102 | 157 | "@babel/parser" "^7.1.2"
|
103 | 158 | "@babel/types" "^7.1.2"
|
104 | 159 |
|
105 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6": |
| 160 | +"@babel/template@^7.8.3": |
| 161 | + version "7.8.3" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8" |
| 163 | + integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== |
| 164 | + dependencies: |
| 165 | + "@babel/code-frame" "^7.8.3" |
| 166 | + "@babel/parser" "^7.8.3" |
| 167 | + "@babel/types" "^7.8.3" |
| 168 | + |
| 169 | +"@babel/traverse@^7.0.0": |
106 | 170 | version "7.1.6"
|
107 | 171 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
|
108 | 172 | integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
|
|
117 | 181 | globals "^11.1.0"
|
118 | 182 | lodash "^4.17.10"
|
119 | 183 |
|
120 |
| -"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6": |
| 184 | +"@babel/traverse@^7.8.4": |
| 185 | + version "7.8.4" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c" |
| 187 | + integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg== |
| 188 | + dependencies: |
| 189 | + "@babel/code-frame" "^7.8.3" |
| 190 | + "@babel/generator" "^7.8.4" |
| 191 | + "@babel/helper-function-name" "^7.8.3" |
| 192 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 193 | + "@babel/parser" "^7.8.4" |
| 194 | + "@babel/types" "^7.8.3" |
| 195 | + debug "^4.1.0" |
| 196 | + globals "^11.1.0" |
| 197 | + lodash "^4.17.13" |
| 198 | + |
| 199 | +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6": |
121 | 200 | version "7.1.6"
|
122 | 201 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
|
123 | 202 | integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
|
|
126 | 205 | lodash "^4.17.10"
|
127 | 206 | to-fast-properties "^2.0.0"
|
128 | 207 |
|
| 208 | +"@babel/types@^7.8.3": |
| 209 | + version "7.8.3" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
| 211 | + integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== |
| 212 | + dependencies: |
| 213 | + esutils "^2.0.2" |
| 214 | + lodash "^4.17.13" |
| 215 | + to-fast-properties "^2.0.0" |
| 216 | + |
129 | 217 | abab@^2.0.0:
|
130 | 218 | version "2.0.0"
|
131 | 219 | resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
|
@@ -387,9 +475,9 @@ babel-core@^6.0.0, babel-core@^6.26.0:
|
387 | 475 | slash "^1.0.0"
|
388 | 476 | source-map "^0.5.7"
|
389 | 477 |
|
390 |
| -babel-core@^7.0.0-0: |
| 478 | +babel-core@^7.0.0-bridge.0: |
391 | 479 | version "7.0.0-bridge.0"
|
392 |
| - resolved "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
| 480 | + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
393 | 481 | integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
|
394 | 482 |
|
395 | 483 | babel-eslint@^10.0.1:
|
@@ -864,13 +952,20 @@ contains-path@^0.1.0:
|
864 | 952 | resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
|
865 | 953 | integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
|
866 | 954 |
|
867 |
| -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1: |
| 955 | +convert-source-map@^1.4.0, convert-source-map@^1.5.1: |
868 | 956 | version "1.6.0"
|
869 | 957 | resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
|
870 | 958 | integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
|
871 | 959 | dependencies:
|
872 | 960 | safe-buffer "~5.1.1"
|
873 | 961 |
|
| 962 | +convert-source-map@^1.7.0: |
| 963 | + version "1.7.0" |
| 964 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
| 965 | + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
| 966 | + dependencies: |
| 967 | + safe-buffer "~5.1.1" |
| 968 | + |
874 | 969 | copy-descriptor@^0.1.0:
|
875 | 970 | version "0.1.1"
|
876 | 971 | resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
@@ -1672,6 +1767,11 @@ gauge@~2.7.3:
|
1672 | 1767 | strip-ansi "^3.0.1"
|
1673 | 1768 | wide-align "^1.1.0"
|
1674 | 1769 |
|
| 1770 | +gensync@^1.0.0-beta.1: |
| 1771 | + version "1.0.0-beta.1" |
| 1772 | + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" |
| 1773 | + integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== |
| 1774 | + |
1675 | 1775 | get-caller-file@^1.0.1:
|
1676 | 1776 | version "1.0.3"
|
1677 | 1777 | resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
|
@@ -2821,6 +2921,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
|
2821 | 2921 | resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
2822 | 2922 | integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
|
2823 | 2923 |
|
| 2924 | +lodash@^4.17.13: |
| 2925 | + version "4.17.15" |
| 2926 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 2927 | + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
| 2928 | + |
2824 | 2929 | loose-envify@^1.0.0:
|
2825 | 2930 | version "1.4.0"
|
2826 | 2931 | resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
0 commit comments