|
7 | 7 | resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.0.3.tgz#bc5b5532ecafd923a61f2fb097e3b108c0106a3f"
|
8 | 8 | integrity sha512-GLyWIFBbGvpKPGo55JyRZAo4lVbnBiD52cKlw/0Vt+wnmKvWJkpZvsjVoaIolyBXDeAQKSicRtqFNPem9w0WYA==
|
9 | 9 |
|
10 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": |
11 |
| - version "7.10.1" |
12 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
13 |
| - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
| 10 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3": |
| 11 | + version "7.10.3" |
| 12 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a" |
| 13 | + integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg== |
14 | 14 | dependencies:
|
15 |
| - "@babel/highlight" "^7.10.1" |
| 15 | + "@babel/highlight" "^7.10.3" |
16 | 16 |
|
17 | 17 | "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
18 |
| - version "7.10.2" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
20 |
| - integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 18 | + version "7.10.3" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e" |
| 20 | + integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w== |
21 | 21 | dependencies:
|
22 |
| - "@babel/code-frame" "^7.10.1" |
23 |
| - "@babel/generator" "^7.10.2" |
| 22 | + "@babel/code-frame" "^7.10.3" |
| 23 | + "@babel/generator" "^7.10.3" |
24 | 24 | "@babel/helper-module-transforms" "^7.10.1"
|
25 | 25 | "@babel/helpers" "^7.10.1"
|
26 |
| - "@babel/parser" "^7.10.2" |
27 |
| - "@babel/template" "^7.10.1" |
28 |
| - "@babel/traverse" "^7.10.1" |
29 |
| - "@babel/types" "^7.10.2" |
| 26 | + "@babel/parser" "^7.10.3" |
| 27 | + "@babel/template" "^7.10.3" |
| 28 | + "@babel/traverse" "^7.10.3" |
| 29 | + "@babel/types" "^7.10.3" |
30 | 30 | convert-source-map "^1.7.0"
|
31 | 31 | debug "^4.1.0"
|
32 | 32 | gensync "^1.0.0-beta.1"
|
|
36 | 36 | semver "^5.4.1"
|
37 | 37 | source-map "^0.5.0"
|
38 | 38 |
|
39 |
| -"@babel/generator@^7.10.1", "@babel/generator@^7.10.2": |
40 |
| - version "7.10.2" |
41 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
42 |
| - integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
| 39 | +"@babel/generator@^7.10.3": |
| 40 | + version "7.10.3" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.3.tgz#32b9a0d963a71d7a54f5f6c15659c3dbc2a523a5" |
| 42 | + integrity sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA== |
43 | 43 | dependencies:
|
44 |
| - "@babel/types" "^7.10.2" |
| 44 | + "@babel/types" "^7.10.3" |
45 | 45 | jsesc "^2.5.1"
|
46 | 46 | lodash "^4.17.13"
|
47 | 47 | source-map "^0.5.0"
|
|
53 | 53 | dependencies:
|
54 | 54 | "@babel/types" "^7.10.1"
|
55 | 55 |
|
56 |
| -"@babel/helper-function-name@^7.10.1": |
57 |
| - version "7.10.1" |
58 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4" |
59 |
| - integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== |
| 56 | +"@babel/helper-function-name@^7.10.3": |
| 57 | + version "7.10.3" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz#79316cd75a9fa25ba9787ff54544307ed444f197" |
| 59 | + integrity sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw== |
60 | 60 | dependencies:
|
61 |
| - "@babel/helper-get-function-arity" "^7.10.1" |
62 |
| - "@babel/template" "^7.10.1" |
63 |
| - "@babel/types" "^7.10.1" |
| 61 | + "@babel/helper-get-function-arity" "^7.10.3" |
| 62 | + "@babel/template" "^7.10.3" |
| 63 | + "@babel/types" "^7.10.3" |
64 | 64 |
|
65 |
| -"@babel/helper-get-function-arity@^7.10.1": |
66 |
| - version "7.10.1" |
67 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" |
68 |
| - integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== |
| 65 | +"@babel/helper-get-function-arity@^7.10.3": |
| 66 | + version "7.10.3" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e" |
| 68 | + integrity sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg== |
69 | 69 | dependencies:
|
70 |
| - "@babel/types" "^7.10.1" |
| 70 | + "@babel/types" "^7.10.3" |
71 | 71 |
|
72 | 72 | "@babel/helper-member-expression-to-functions@^7.10.1":
|
73 |
| - version "7.10.1" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15" |
75 |
| - integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g== |
| 73 | + version "7.10.3" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.3.tgz#bc3663ac81ac57c39148fef4c69bf48a77ba8dd6" |
| 75 | + integrity sha512-q7+37c4EPLSjNb2NmWOjNwj0+BOyYlssuQ58kHEWk1Z78K5i8vTUsteq78HMieRPQSl/NtpQyJfdjt3qZ5V2vw== |
76 | 76 | dependencies:
|
77 |
| - "@babel/types" "^7.10.1" |
| 77 | + "@babel/types" "^7.10.3" |
78 | 78 |
|
79 | 79 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.1":
|
80 |
| - version "7.10.1" |
81 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876" |
82 |
| - integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg== |
| 80 | + version "7.10.3" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz#766fa1d57608e53e5676f23ae498ec7a95e1b11a" |
| 82 | + integrity sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w== |
83 | 83 | dependencies:
|
84 |
| - "@babel/types" "^7.10.1" |
| 84 | + "@babel/types" "^7.10.3" |
85 | 85 |
|
86 | 86 | "@babel/helper-module-transforms@^7.10.1":
|
87 | 87 | version "7.10.1"
|
|
97 | 97 | lodash "^4.17.13"
|
98 | 98 |
|
99 | 99 | "@babel/helper-optimise-call-expression@^7.10.1":
|
100 |
| - version "7.10.1" |
101 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543" |
102 |
| - integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg== |
| 100 | + version "7.10.3" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.3.tgz#f53c4b6783093195b0f69330439908841660c530" |
| 102 | + integrity sha512-kT2R3VBH/cnSz+yChKpaKRJQJWxdGoc6SjioRId2wkeV3bK0wLLioFpJROrX0U4xr/NmxSSAWT/9Ih5snwIIzg== |
103 | 103 | dependencies:
|
104 |
| - "@babel/types" "^7.10.1" |
| 104 | + "@babel/types" "^7.10.3" |
105 | 105 |
|
106 | 106 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0":
|
107 |
| - version "7.10.1" |
108 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127" |
109 |
| - integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA== |
| 107 | + version "7.10.3" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz#aac45cccf8bc1873b99a85f34bceef3beb5d3244" |
| 109 | + integrity sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g== |
110 | 110 |
|
111 | 111 | "@babel/helper-replace-supers@^7.10.1":
|
112 | 112 | version "7.10.1"
|
|
133 | 133 | dependencies:
|
134 | 134 | "@babel/types" "^7.10.1"
|
135 | 135 |
|
136 |
| -"@babel/helper-validator-identifier@^7.10.1": |
137 |
| - version "7.10.1" |
138 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" |
139 |
| - integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== |
| 136 | +"@babel/helper-validator-identifier@^7.10.3": |
| 137 | + version "7.10.3" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15" |
| 139 | + integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw== |
140 | 140 |
|
141 | 141 | "@babel/helpers@^7.10.1":
|
142 | 142 | version "7.10.1"
|
|
147 | 147 | "@babel/traverse" "^7.10.1"
|
148 | 148 | "@babel/types" "^7.10.1"
|
149 | 149 |
|
150 |
| -"@babel/highlight@^7.10.1": |
151 |
| - version "7.10.1" |
152 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
153 |
| - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
| 150 | +"@babel/highlight@^7.10.3": |
| 151 | + version "7.10.3" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d" |
| 153 | + integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw== |
154 | 154 | dependencies:
|
155 |
| - "@babel/helper-validator-identifier" "^7.10.1" |
| 155 | + "@babel/helper-validator-identifier" "^7.10.3" |
156 | 156 | chalk "^2.0.0"
|
157 | 157 | js-tokens "^4.0.0"
|
158 | 158 |
|
159 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2": |
160 |
| - version "7.10.2" |
161 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
162 |
| - integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
| 159 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.3": |
| 160 | + version "7.10.3" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315" |
| 162 | + integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA== |
163 | 163 |
|
164 | 164 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
165 | 165 | version "7.8.4"
|
|
239 | 239 | "@babel/helper-plugin-utils" "^7.8.0"
|
240 | 240 |
|
241 | 241 | "@babel/runtime-corejs3@^7.10.2":
|
242 |
| - version "7.10.2" |
243 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.2.tgz#3511797ddf9a3d6f3ce46b99cc835184817eaa4e" |
244 |
| - integrity sha512-+a2M/u7r15o3dV1NEizr9bRi+KUVnrs/qYxF0Z06DAPx/4VCWaz1WA7EcbE+uqGgt39lp5akWGmHsTseIkHkHg== |
| 242 | + version "7.10.3" |
| 243 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.3.tgz#931ed6941d3954924a7aa967ee440e60c507b91a" |
| 244 | + integrity sha512-HA7RPj5xvJxQl429r5Cxr2trJwOfPjKiqhCXcdQPSqO2G0RHPZpXu4fkYmBaTKCp2c/jRaMK9GB/lN+7zvvFPw== |
245 | 245 | dependencies:
|
246 | 246 | core-js-pure "^3.0.0"
|
247 | 247 | regenerator-runtime "^0.13.4"
|
248 | 248 |
|
249 |
| -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": |
250 |
| - version "7.10.2" |
251 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" |
252 |
| - integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== |
| 249 | +"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": |
| 250 | + version "7.10.3" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364" |
| 252 | + integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw== |
253 | 253 | dependencies:
|
254 | 254 | regenerator-runtime "^0.13.4"
|
255 | 255 |
|
256 |
| -"@babel/template@^7.10.1", "@babel/template@^7.3.3": |
257 |
| - version "7.10.1" |
258 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" |
259 |
| - integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== |
| 256 | +"@babel/template@^7.10.1", "@babel/template@^7.10.3", "@babel/template@^7.3.3": |
| 257 | + version "7.10.3" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8" |
| 259 | + integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA== |
260 | 260 | dependencies:
|
261 |
| - "@babel/code-frame" "^7.10.1" |
262 |
| - "@babel/parser" "^7.10.1" |
263 |
| - "@babel/types" "^7.10.1" |
| 261 | + "@babel/code-frame" "^7.10.3" |
| 262 | + "@babel/parser" "^7.10.3" |
| 263 | + "@babel/types" "^7.10.3" |
264 | 264 |
|
265 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.4.5": |
266 |
| - version "7.10.1" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" |
268 |
| - integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== |
| 265 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.4.5": |
| 266 | + version "7.10.3" |
| 267 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e" |
| 268 | + integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug== |
269 | 269 | dependencies:
|
270 |
| - "@babel/code-frame" "^7.10.1" |
271 |
| - "@babel/generator" "^7.10.1" |
272 |
| - "@babel/helper-function-name" "^7.10.1" |
| 270 | + "@babel/code-frame" "^7.10.3" |
| 271 | + "@babel/generator" "^7.10.3" |
| 272 | + "@babel/helper-function-name" "^7.10.3" |
273 | 273 | "@babel/helper-split-export-declaration" "^7.10.1"
|
274 |
| - "@babel/parser" "^7.10.1" |
275 |
| - "@babel/types" "^7.10.1" |
| 274 | + "@babel/parser" "^7.10.3" |
| 275 | + "@babel/types" "^7.10.3" |
276 | 276 | debug "^4.1.0"
|
277 | 277 | globals "^11.1.0"
|
278 | 278 | lodash "^4.17.13"
|
279 | 279 |
|
280 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
281 |
| - version "7.10.2" |
282 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" |
283 |
| - integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== |
| 280 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 281 | + version "7.10.3" |
| 282 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e" |
| 283 | + integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA== |
284 | 284 | dependencies:
|
285 |
| - "@babel/helper-validator-identifier" "^7.10.1" |
| 285 | + "@babel/helper-validator-identifier" "^7.10.3" |
286 | 286 | lodash "^4.17.13"
|
287 | 287 | to-fast-properties "^2.0.0"
|
288 | 288 |
|
|
560 | 560 | dependencies:
|
561 | 561 | defer-to-connect "^1.0.1"
|
562 | 562 |
|
563 |
| -"@testing-library/dom@^7.14.2": |
564 |
| - version "7.16.2" |
565 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.16.2.tgz#f7a20b5548817e5c7ed26077913372d977be90af" |
566 |
| - integrity sha512-4fT5l5L+5gfNhUZVCg0wnSszbRJ7A1ZHEz32v7OzH3mcY5lUsK++brI3IB2L9F5zO4kSDc2TRGEVa8v2hgl9vA== |
| 563 | +"@testing-library/dom@^7.17.0": |
| 564 | + version "7.17.0" |
| 565 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.17.0.tgz#42a359c21ba1cacdccf14d215a1a844011bb4e11" |
| 566 | + integrity sha512-GT8cRigyD9Qr6+ECQHFTzhgX3srdDqD05I47CtXUp97gkFQ2lu7ylJbcxjHm25PMZyxooOk03bY2jVj2PdoNGg== |
567 | 567 | dependencies:
|
568 | 568 | "@babel/runtime" "^7.10.2"
|
569 |
| - aria-query "^4.0.2" |
| 569 | + aria-query "^4.2.1" |
570 | 570 | dom-accessibility-api "^0.4.5"
|
571 | 571 | pretty-format "^25.5.0"
|
572 | 572 |
|
573 | 573 | "@testing-library/react@^10.0.2":
|
574 |
| - version "10.3.0" |
575 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.3.0.tgz#d615385b8d86ef4d76142a423755d471b3673295" |
576 |
| - integrity sha512-Rhn5uJK6lYHWzlGVbK6uAvheAW8AUoFYxTLGdDxgsJDaK/PYy5drWfW/6YpMMOKMw+u6jHHl4MNHlt5qLHnm0Q== |
| 574 | + version "10.4.0" |
| 575 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.0.tgz#d95302ddd256bc3ebd0b99c445bb236e4d9bbf36" |
| 576 | + integrity sha512-koZCPOzH5fFXN3MPeQx6iT9o47U5y7zpyiEZlG3xP+XSApdHQfsx/PrsmTiPfrEjU/1DSaX75arjMcdkbnT04A== |
577 | 577 | dependencies:
|
578 |
| - "@babel/runtime" "^7.10.2" |
579 |
| - "@testing-library/dom" "^7.14.2" |
| 578 | + "@babel/runtime" "^7.10.3" |
| 579 | + "@testing-library/dom" "^7.17.0" |
580 | 580 |
|
581 | 581 | "@types/babel__core@^7.1.7":
|
582 |
| - version "7.1.8" |
583 |
| - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.8.tgz#057f725aca3641f49fc11c7a87a9de5ec588a5d7" |
584 |
| - integrity sha512-KXBiQG2OXvaPWFPDS1rD8yV9vO0OuWIqAEqLsbfX0oU2REN5KuoMnZ1gClWcBhO5I3n6oTVAmrMufOvRqdmFTQ== |
| 582 | + version "7.1.9" |
| 583 | + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.9.tgz#77e59d438522a6fb898fa43dc3455c6e72f3963d" |
| 584 | + integrity sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== |
585 | 585 | dependencies:
|
586 | 586 | "@babel/parser" "^7.1.0"
|
587 | 587 | "@babel/types" "^7.0.0"
|
|
672 | 672 | pretty-format "^25.2.1"
|
673 | 673 |
|
674 | 674 | "@types/lodash@^4.14.149":
|
675 |
| - version "4.14.155" |
676 |
| - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.155.tgz#e2b4514f46a261fd11542e47519c20ebce7bc23a" |
677 |
| - integrity sha512-vEcX7S7aPhsBCivxMwAANQburHBtfN9RdyXFk84IJmu2Z4Hkg1tOFgaslRiEqqvoLtbCBi6ika1EMspE+NZ9Lg== |
| 675 | + version "4.14.156" |
| 676 | + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.156.tgz#cbe30909c89a1feeb7c60803e785344ea0ec82d1" |
| 677 | + integrity sha512-l2AgHXcKUwx2DsvP19wtRPqZ4NkONjmorOdq4sMcxIjqdIuuV/ULo2ftuv4NUpevwfW7Ju/UKLqo0ZXuEt/8lQ== |
678 | 678 |
|
679 | 679 | "@types/node@*":
|
680 | 680 | version "14.0.13"
|
@@ -1075,10 +1075,10 @@ argparse@^1.0.7:
|
1075 | 1075 | dependencies:
|
1076 | 1076 | sprintf-js "~1.0.2"
|
1077 | 1077 |
|
1078 |
| -aria-query@^4.0.2: |
1079 |
| - version "4.2.0" |
1080 |
| - resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.0.tgz#3774158e138a84c4790b58afc17e09711071d888" |
1081 |
| - integrity sha512-tpVyXGt6gJVTVwCmu8qgBkDHhvtQ/es80y6J8ziybiwQU/x+LnCy+v8p9CWOTHv3i1BMnH5/IfzMpuTcFPCMQA== |
| 1078 | +aria-query@^4.2.1: |
| 1079 | + version "4.2.2" |
| 1080 | + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b" |
| 1081 | + integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA== |
1082 | 1082 | dependencies:
|
1083 | 1083 | "@babel/runtime" "^7.10.2"
|
1084 | 1084 | "@babel/runtime-corejs3" "^7.10.2"
|
@@ -2318,9 +2318,9 @@ electron-updater@^4.2.5:
|
2318 | 2318 | semver "^7.1.3"
|
2319 | 2319 |
|
2320 | 2320 | electron@^9.0.0:
|
2321 |
| - version "9.0.4" |
2322 |
| - resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.4.tgz#5aa72c1576c82c19f6e087311ffe1d7b74358d25" |
2323 |
| - integrity sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg== |
| 2321 | + version "9.0.5" |
| 2322 | + resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.5.tgz#189ee117cc2a2777cccf40fae0766acec5faae57" |
| 2323 | + integrity sha512-bnL9H48LuQ250DML8xUscsKiuSu+xv5umXbpBXYJ0BfvYVmFfNbG3jCfhrsH7aP6UcQKVxOG1R/oQExd0EFneQ== |
2324 | 2324 | dependencies:
|
2325 | 2325 | "@electron/get" "^1.0.1"
|
2326 | 2326 | "@types/node" "^12.0.12"
|
@@ -2415,9 +2415,9 @@ escape-string-regexp@^4.0.0:
|
2415 | 2415 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
2416 | 2416 |
|
2417 | 2417 | escodegen@^1.11.1:
|
2418 |
| - version "1.14.2" |
2419 |
| - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.2.tgz#14ab71bf5026c2aa08173afba22c6f3173284a84" |
2420 |
| - integrity sha512-InuOIiKk8wwuOFg6x9BQXbzjrQhtyXh46K9bqVTPzSo2FnyMBaYGBMC6PhQy7yxxil9vIedFBweQBMK74/7o8A== |
| 2418 | + version "1.14.3" |
| 2419 | + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" |
| 2420 | + integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== |
2421 | 2421 | dependencies:
|
2422 | 2422 | esprima "^4.0.1"
|
2423 | 2423 | estraverse "^4.2.0"
|
@@ -4256,10 +4256,10 @@ memory-fs@^0.5.0:
|
4256 | 4256 | errno "^0.1.3"
|
4257 | 4257 | readable-stream "^2.0.1"
|
4258 | 4258 |
|
4259 |
| -menubar@^8.0.1: |
4260 |
| - version "8.0.2" |
4261 |
| - resolved "https://registry.yarnpkg.com/menubar/-/menubar-8.0.2.tgz#551b94febc01bf5e97bf83699e7c4907fe55d693" |
4262 |
| - integrity sha512-yGJMHddKCDZHLkLaUNms8AEfMxYucQ0xkYpQqbQaO3P4snjPEfyqBKu8J/jBA0t3Z+KjkLP3isMVtBUhFWEnhw== |
| 4259 | +menubar@^9.0.1: |
| 4260 | + version "9.0.1" |
| 4261 | + resolved "https://registry.yarnpkg.com/menubar/-/menubar-9.0.1.tgz#49d8d73ee0b515d6621d644fa96647e3dfc8ac3c" |
| 4262 | + integrity sha512-r4NdeG3CDb9BQ0w8WffWw2JT+Pugn22hKCb4niNuXMzK3WphY+RX2WmTPlZdIZfpNxVNKAo/mbuGfVP6LGGeJw== |
4263 | 4263 | dependencies:
|
4264 | 4264 | electron-positioner "^4.1.0"
|
4265 | 4265 |
|
|
0 commit comments